home *** CD-ROM | disk | FTP | other *** search
- /* k 0054 13-09-90 */
- /* k 0119 08-02-91 */
- struct mat {
- char daf ; /* area address */
- char type ; /* type area */
- short node ; /* this node address */
- char nodno ; /* numbers of nodes */
- struct namtb (*ntb)[1]; /* name node tables pointer *//* @0119 */
- char flg ; /* flag */
- char dstno ; /* number dest */
- struct route (*route)[1]; /* route list pointer *//* @0119 */
- char tabno; /* number of tabad */
- struct tabad (*tabad)[1]; /* translation pointer *//* @0119 */
- char dlcno ; /* number of dlc */
- struct dlctb (* dlctb)[1]; /* @0119 */
- };
- #define MATISTAT 0x80 /* initiate status-inactive */
- #define MATMAIN 0x10 /* main area */
- #define MATACTIV 01 /* active */
- #define MATOTHER 0x20 /* other area */
-